|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
IIF acts like an if-else statement. If the EXPRESSION attribute condition is true, then the first value is assigned to the MathVariable. If false, the second value is assigned to the MathVariable.
|
TYPE = IIF |
|||
|
Element |
Attributes |
Attribute Value |
Element Value |
|
<MathVariable> |
TYPE |
IIF |
True Value, False Value |
|
EXPRESSION |
Condition to evaluate. See operators for more details. |
| |
<MathVariable VARIABLENAME="APPEndDateMV" TYPE="IIF" EXPRESSION="DaysDiffOf(EffectiveDateMV,APPEndDateMV) <=0" DATATYPE="DATE">MaturityDate,APPEndDateMV</MathVariable>